home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / tabdialog / tabdialog.doc.z / tabdialog.doc
Text File  |  2002-04-08  |  485b  |  33 lines

  1. /*
  2. $Id$
  3. */
  4. /*!   \page tabdialog-example.html
  5.  
  6.   \ingroup examples
  7.   \title Tabdialog
  8.  
  9.   This example shows how to use a dialog with multiple tabs
  10.   (pages). To start the program you have to specify a filename
  11.   as the first argument. The dialog shows information about the
  12.   file separated onto different tabs.
  13.  
  14.   <hr>
  15.  
  16.   Header file:
  17.  
  18.   \include tabdialog/tabdialog.h
  19.  
  20.   <hr>
  21.  
  22.   Implementation:
  23.  
  24.   \include tabdialog/tabdialog.cpp
  25.  
  26.   <hr>
  27.  
  28.   Main:
  29.  
  30.   \include tabdialog/main.cpp
  31. */
  32.  
  33.